Auto merge of #1370 - alexcrichton:issue-1299, r=huonw
authorbors <bors@rust-lang.org>
Tue, 3 Mar 2015 03:52:16 +0000 (03:52 +0000)
committerbors <bors@rust-lang.org>
Tue, 3 Mar 2015 03:52:16 +0000 (03:52 +0000)
commitdb08ec5ef2da5d6be4f6a4aa97bc97b4b122e766
tree73e1d5cc6df0b254408a71de6f312f16caad69ed
parent8b5f88ef2c5cf9f0f711c526e0c2df88b117728b
parent1e0b04a03e327c605a06f7639df5b25378abe792
Auto merge of #1370 - alexcrichton:issue-1299, r=huonw

Apparently git submodules are checked in as '/' not '\' so if a '\' leaks
through it'll end up not being found!

Closes #1299